﻿2026-06-23T09:54:19.4257960Z ##[group]Run actions/checkout@v5
2026-06-23T09:54:19.4258444Z with:
2026-06-23T09:54:19.4258792Z   repository: SaberMage/spt-core
2026-06-23T09:54:19.4262064Z   token: ***
2026-06-23T09:54:19.4262408Z   ssh-strict: true
2026-06-23T09:54:19.4262884Z   ssh-user: git
2026-06-23T09:54:19.4263312Z   persist-credentials: true
2026-06-23T09:54:19.4263802Z   clean: true
2026-06-23T09:54:19.4264345Z   sparse-checkout-cone-mode: true
2026-06-23T09:54:19.4264846Z   fetch-depth: 1
2026-06-23T09:54:19.4265309Z   fetch-tags: false
2026-06-23T09:54:19.4265765Z   show-progress: true
2026-06-23T09:54:19.4266224Z   lfs: false
2026-06-23T09:54:19.4266683Z   submodules: false
2026-06-23T09:54:19.4267126Z   set-safe-directory: true
2026-06-23T09:54:19.4267585Z env:
2026-06-23T09:54:19.4268056Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-06-23T09:54:19.4316492Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-06-23T09:54:19.4317069Z ##[endgroup]
2026-06-23T09:54:19.5087902Z Syncing repository: SaberMage/spt-core
2026-06-23T09:54:19.5089718Z ##[group]Getting Git version info
2026-06-23T09:54:19.5090355Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-23T09:54:19.5091257Z [command]/usr/bin/git version
2026-06-23T09:54:19.5091680Z git version 2.43.0
2026-06-23T09:54:19.5096015Z ##[endgroup]
2026-06-23T09:54:19.5107357Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/99ae85be-8c4d-4fa5-9ae0-8b7c28d66311' before making global git config changes
2026-06-23T09:54:19.5108703Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T09:54:19.5110647Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-23T09:54:19.5143799Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-23T09:54:19.5164404Z https://github.com/SaberMage/spt-core
2026-06-23T09:54:19.5174349Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T09:54:19.5176985Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T09:54:19.5209119Z refs/heads/main
2026-06-23T09:54:19.5216094Z [command]/usr/bin/git checkout --detach
2026-06-23T09:54:19.5484518Z HEAD is now at 6ba875eb1 release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:54:19.5522257Z [command]/usr/bin/git branch --delete --force main
2026-06-23T09:54:19.5556031Z Deleted branch main (was 6ba875eb1).
2026-06-23T09:54:19.5560452Z ##[endgroup]
2026-06-23T09:54:19.5562733Z [command]/usr/bin/git submodule status
2026-06-23T09:54:19.5751131Z ##[group]Cleaning the repository
2026-06-23T09:54:19.5753717Z [command]/usr/bin/git clean -ffdx
2026-06-23T09:54:22.3428180Z Removing .adapter-notify/
2026-06-23T09:54:22.3429097Z Removing target/
2026-06-23T09:54:22.3438726Z [command]/usr/bin/git reset --hard HEAD
2026-06-23T09:54:22.3532198Z HEAD is now at 6ba875eb1 release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:54:22.3537236Z ##[endgroup]
2026-06-23T09:54:22.3539211Z ##[group]Disabling automatic garbage collection
2026-06-23T09:54:22.3542638Z [command]/usr/bin/git config --local gc.auto 0
2026-06-23T09:54:22.3567827Z ##[endgroup]
2026-06-23T09:54:22.3568386Z ##[group]Setting up auth
2026-06-23T09:54:22.3573460Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-23T09:54:22.3598488Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-23T09:54:22.3789380Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T09:54:22.3814920Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-23T09:54:22.3999764Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T09:54:22.4025384Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-23T09:54:22.4212522Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-23T09:54:22.4240046Z ##[endgroup]
2026-06-23T09:54:22.4240543Z ##[group]Fetching the repository
2026-06-23T09:54:22.4246066Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +06a41624360e10f837066198aa7262da0885f65a:refs/remotes/pull/33/merge
2026-06-23T09:54:22.9274715Z From https://github.com/SaberMage/spt-core
2026-06-23T09:54:22.9275605Z  * [new ref]             06a41624360e10f837066198aa7262da0885f65a -> pull/33/merge
2026-06-23T09:54:22.9296888Z ##[endgroup]
2026-06-23T09:54:22.9297712Z ##[group]Determining the checkout info
2026-06-23T09:54:22.9298748Z ##[endgroup]
2026-06-23T09:54:22.9303194Z [command]/usr/bin/git sparse-checkout disable
2026-06-23T09:54:22.9343507Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-23T09:54:22.9366736Z ##[group]Checking out the ref
2026-06-23T09:54:22.9369180Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/33/merge
2026-06-23T09:54:22.9448274Z Previous HEAD position was 6ba875eb1 release: v0.14.0 — bump 0.13.2->0.14.0 + changelog + Cargo.lock
2026-06-23T09:54:22.9449846Z HEAD is now at 06a416243 Merge 17e13d94863b6c3d8710d75ad0970205159968a7 into 6ba875eb189bff289f336735cbf8138996cf6d7f
2026-06-23T09:54:22.9456701Z ##[endgroup]
2026-06-23T09:54:22.9495151Z [command]/usr/bin/git log -1 --format=%H
2026-06-23T09:54:22.9521170Z 06a41624360e10f837066198aa7262da0885f65a
